header {
	background: red;
}

.container {
	background: red;
}

.container:after{
	content: "";
	display: table;
	clear: both;

}

img {
	height: 200px;
	float; left;
}
nav {
	float: right;
	background: orange;
	height: 50px;
	width: 100px

}